projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf618e
)
armv8: lsch3: SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A
author
Udit Agarwal
<
[email protected]
>
Fri, 3 Feb 2017 17:23:37 +0000
(22:53 +0530)
committer
York Sun
<
[email protected]
>
Tue, 28 Mar 2017 15:56:33 +0000
(08:56 -0700)
Add header address for PPA to be validated during ESBC phase for LS2080A
platform based on Layescape Chasis 3.
Signed-off-by: Sumit Garg <
[email protected]
>
Signed-off-by: Udit Agarwal <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
arch/arm/include/asm/fsl_secure_boot.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/fsl_secure_boot.h
b/arch/arm/include/asm/fsl_secure_boot.h
index fd627c0874e969723dc99cf599fc2dadaac95391..8ef866d740aac9370ce0562ea44bbf7269130e2e 100644
(file)
--- a/
arch/arm/include/asm/fsl_secure_boot.h
+++ b/
arch/arm/include/asm/fsl_secure_boot.h
@@
-112,6
+112,8
@@
#ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
#ifdef CONFIG_LS1043A
#define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x600c0000
+#elif defined(CONFIG_FSL_LSCH3)
+#define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x580c40000
#endif
#else
#error "No CONFIG_SYS_LS_PPA_FW_IN_xxx defined"